home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 December / PC_Format_122008.iso / Multimedia / MediaPortal 0.2.3.0 / MediaPortal_0.2.3.0_Setup.exe / MediaPortalDirs.xml < prev    next >
Extensible Markup Language  |  2007-08-20  |  3KB  |  78 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!-- 
  3.    This file stores information about the various Directories used in MediaPortal.
  4.    You may change only the information between the <Path>%ProgramData%\Team MediaPortal\MediaPortal\ and </Path> elements.
  5.    
  6.    ATTENTION: Never change anything in the <Dir> element as this may cause MediaPortal to fail.
  7.    If you don't know what that means at all, leave the default settings. 
  8.  
  9.    Don't change this file itself.
  10.    copy it to MyDocuments and modify it there.
  11.    If you made an error, the original copy in the MediaPortal Installation Path is used.
  12.  
  13.    Valid Values for the <Path>%ProgramData%\Team MediaPortal\MediaPortal\ element are:
  14.    <Path>%ProgramData%\Team MediaPortal\MediaPortal\</Path>
  15.    =============
  16.    This indicates that only the MediaPortal Install Path will be used.
  17.    result is: C:\Program Files\
  18.  
  19.    <Path>%ProgramData%\Team MediaPortal\MediaPortal\log\</Path>
  20.    =================
  21.    This indicates that the given Path information should be prefixed with the MediaPortal Install Path.
  22.    result is: C:\Program Files\log\
  23.  
  24.    <Path>%ProgramData%\Team MediaPortal\MediaPortal\C:\Temp\log\</Path>
  25.    =========================
  26.    This indicates that the given Path is an absolute Path and should be used as is.
  27.    result is: C:\Temp\log\
  28. -->
  29. <Config>
  30.   <!-- The Path were all the Config files are located (mediaportal.xml, etc.) -->
  31.   <Dir id = "Config">
  32.     <Path>%ProgramData%\Team MediaPortal\MediaPortal\</Path>
  33.   </Dir>
  34.   <!-- The Path were all the Plugins are located. Don't modify -->
  35.   <Dir id = "Plugins">
  36.     <Path>Plugins\</Path>
  37.   </Dir>
  38.   <!-- The Path were the log files should be written to -->
  39.   <Dir id = "Log">
  40.     <Path>%ProgramData%\Team MediaPortal\MediaPortal\Log\</Path>
  41.   </Dir>
  42.       <!-- The Path were the Custom Inputdevice Mappings are located. -->
  43.   <Dir id = "CustomInputDevice">
  44.     <Path>%ProgramData%\Team MediaPortal\MediaPortal\InputDeviceMappings\custom\</Path>
  45.   </Dir>
  46.   <!-- The Path were the Default Inputdevice Mappings are located. -->
  47.   <Dir id = "CustomInputDefault">
  48.     <Path>InputDeviceMappings\defaults\</Path>
  49.   </Dir>
  50.   <!-- The Path were the skins are located -->
  51.   <Dir id = "Skin">
  52.     <Path>Skin\</Path>
  53.   </Dir>
  54.     <!-- The Path were the Language files are located -->
  55.   <Dir id = "Language">
  56.     <Path>Language\</Path>
  57.   </Dir>
  58.   <!-- The Path for the databases -->
  59.   <Dir id = "Database">
  60.     <Path>%ProgramData%\Team MediaPortal\MediaPortal\Database\</Path>
  61.   </Dir>
  62.   <!-- The Path for the Thumbs, like Music Cover Art, TV Logos, etc. -->
  63.   <Dir id = "Thumbs">
  64.     <Path>%ProgramData%\Team MediaPortal\MediaPortal\Thumbs\</Path>
  65.   </Dir>
  66.   <!-- The Path were all the Weather related files are located. -->
  67.   <Dir id = "Weather">
  68.     <Path>Weather\</Path>
  69.   </Dir>
  70.   <!-- A Path holding cached information. Like Picture thumbs, modified skin files (packedgfx), etc. Files in there can be removed by the user -->
  71.   <Dir id = "Cache">
  72.     <Path>%ProgramData%\Team MediaPortal\MediaPortal\Cache\</Path>
  73.   </Dir>
  74.   <!-- The path to CYGWIN files needed for the burner plugin -->
  75.   <Dir id = "BurnerSupport">
  76.     <Path>Burner\</Path>
  77.   </Dir>
  78. </Config>